Error Encountered
/home/AlphaHelp/helpfiles//Ref/Api/Objects/Server/Context/DataCache/Fetch Method.xml:39: parser error : Opening and ending tag mismatch: discussion line 37 and discusion ^ unable to parse /home/AlphaHelp/helpfiles//Ref/Api/Objects/Server/Context/DataCache/Fetch Method.xml
00000 <page>
00001     <shortlink>api objects datacache gridcache object Fetch method</shortlink>
00002     <topic>Fetch Method</topic>
00003     <description>Fetch an item from the cache</description>
00004     <prototypes>
00005         <prototype>Fetch as CallResult (Key as C)</prototype>
00006         <prototype>Fetch as CallResult (Key as C, CreateTime as T)</prototype>
00007         <prototype>Fetch as CallResult (Key as C, AlternateGuid as C)</prototype>
00008         <prototype>Fetch as CallResult (Key as C, AlternateGuid as K)</prototype>
00009         <prototype>Fetch as CallResult (Key as C, CreateTime as T, AlternateGuid as C)</prototype>
00010         <prototype>Fetch as CallResult (Key as C, CreateTime as T, AlternateGuid as K)</prototype>
00011     </prototypes>
00012     <arguments>
00013         <argument>
00014             <name>Key</name>
00015             <types>
00016                 <type>C</type>
00017             </types>
00018             <description>The key for the data to be cached</description>
00019         </argument>
00020         <argument>
00021             <name>CreateTime</name>
00022             <types>
00023                 <type>T</type>
00024             </types>
00025             <description>The timestamp for the max age of a cached entry. If an entry is found and it is older than the passed in CreateTime, the item is stale, removed from the cache, and not returned.</description>
00026         </argument>
00027         <argument>
00028             <name>AlternateGuid</name>
00029             <types>
00030                 <type>C</type>
00031                 <type>K</type>
00032             </types>
00033             <description>A guid string or guid for an alternate lookup in the cache. For internal use only.</description>
00034         </argument>
00035     </arguments>
00036 	<discussion>
00037 	Check the CallResult for success or not. If successful, CallResult.ReturnDataValue will have the cached data.
00038 	</discusion>
00039     <terms>datacache,logical,number</terms>

00040 </page>